added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBASPNETFixedHeaderGridView / VBASPNETFixedHeaderGridView.vbproj
blob6b07b1d3758ee21c12962eb4ef26d08a7b422d9c
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>
7     </ProductVersion>
8     <SchemaVersion>
9     </SchemaVersion>
10     <ProjectGuid>{D8918C3C-93C0-486C-8D87-9F2BFEFCDBFC}</ProjectGuid>
11     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
12     <OutputType>Library</OutputType>
13     <RootNamespace>VBASPNETFixedHeaderGridView</RootNamespace>
14     <AssemblyName>VBASPNETFixedHeaderGridView</AssemblyName>
15     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16     <MyType>Custom</MyType>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <DefineDebug>true</DefineDebug>
22     <DefineTrace>true</DefineTrace>
23     <OutputPath>bin\</OutputPath>
24     <DocumentationFile>VBASPNETFixedHeaderGridView.xml</DocumentationFile>
25     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <DebugType>pdbonly</DebugType>
29     <DefineDebug>false</DefineDebug>
30     <DefineTrace>true</DefineTrace>
31     <Optimize>true</Optimize>
32     <OutputPath>bin\</OutputPath>
33     <DocumentationFile>VBASPNETFixedHeaderGridView.xml</DocumentationFile>
34     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
35   </PropertyGroup>
36   <PropertyGroup>
37     <OptionExplicit>On</OptionExplicit>
38   </PropertyGroup>
39   <PropertyGroup>
40     <OptionCompare>Binary</OptionCompare>
41   </PropertyGroup>
42   <PropertyGroup>
43     <OptionStrict>Off</OptionStrict>
44   </PropertyGroup>
45   <PropertyGroup>
46     <OptionInfer>On</OptionInfer>
47   </PropertyGroup>
48   <ItemGroup>
49     <Reference Include="System" />
50     <Reference Include="System.Data" />
51     <Reference Include="System.Core" />
52     <Reference Include="System.Web" />
53     <Reference Include="System.Xml" />
54     <Reference Include="System.Configuration" />
55   </ItemGroup>
56   <ItemGroup>
57     <Import Include="Microsoft.VisualBasic" />
58     <Import Include="System" />
59     <Import Include="System.Collections" />
60     <Import Include="System.Collections.Generic" />
61     <Import Include="System.Data" />
62     <Import Include="System.Linq" />
63     <Import Include="System.Xml.Linq" />
64     <Import Include="System.Diagnostics" />
65     <Import Include="System.Collections.Specialized" />
66     <Import Include="System.Configuration" />
67     <Import Include="System.Text" />
68     <Import Include="System.Text.RegularExpressions" />
69     <Import Include="System.Web" />
70     <Import Include="System.Web.Caching" />
71     <Import Include="System.Web.SessionState" />
72     <Import Include="System.Web.Security" />
73     <Import Include="System.Web.Profile" />
74     <Import Include="System.Web.UI" />
75     <Import Include="System.Web.UI.WebControls" />
76     <Import Include="System.Web.UI.WebControls.WebParts" />
77     <Import Include="System.Web.UI.HtmlControls" />
78   </ItemGroup>
79   <ItemGroup>
80     <Content Include="Default.aspx" />
81     <Content Include="JScript\jquery-1.4.4.min.js" />
82     <Content Include="JScript\ScrollableGridPlugin.js" />
83     <Content Include="ReadMe.txt" />
84     <Content Include="Web.config" />
85     <Content Include="Web.Debug.config">
86       <DependentUpon>Web.config</DependentUpon>
87     </Content>
88     <Content Include="Web.Release.config">
89       <DependentUpon>Web.config</DependentUpon>
90     </Content>
91   </ItemGroup>
92   <ItemGroup>
93     <Compile Include="Default.aspx.designer.vb">
94       <DependentUpon>Default.aspx</DependentUpon>
95     </Compile>
96     <Compile Include="Default.aspx.vb">
97       <DependentUpon>Default.aspx</DependentUpon>
98       <SubType>ASPXCodebehind</SubType>
99     </Compile>
100     <Compile Include="My Project\AssemblyInfo.vb" />
101     <Compile Include="My Project\Application.Designer.vb">
102       <AutoGen>True</AutoGen>
103       <DependentUpon>Application.myapp</DependentUpon>
104     </Compile>
105     <Compile Include="My Project\MyExtensions\MyWebExtension.vb">
106       <VBMyExtensionTemplateID>Microsoft.VisualBasic.Web.MyExtension</VBMyExtensionTemplateID>
107       <VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
108     </Compile>
109     <Compile Include="My Project\Resources.Designer.vb">
110       <AutoGen>True</AutoGen>
111       <DesignTime>True</DesignTime>
112       <DependentUpon>Resources.resx</DependentUpon>
113     </Compile>
114     <Compile Include="My Project\Settings.Designer.vb">
115       <AutoGen>True</AutoGen>
116       <DependentUpon>Settings.settings</DependentUpon>
117       <DesignTimeSharedInput>True</DesignTimeSharedInput>
118     </Compile>
119   </ItemGroup>
120   <ItemGroup>
121     <EmbeddedResource Include="My Project\Resources.resx">
122       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
123       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
124       <CustomToolNamespace>My.Resources</CustomToolNamespace>
125       <SubType>Designer</SubType>
126     </EmbeddedResource>
127   </ItemGroup>
128   <ItemGroup>
129     <None Include="My Project\Application.myapp">
130       <Generator>MyApplicationCodeGenerator</Generator>
131       <LastGenOutput>Application.Designer.vb</LastGenOutput>
132     </None>
133     <None Include="My Project\Settings.settings">
134       <Generator>SettingsSingleFileGenerator</Generator>
135       <CustomToolNamespace>My</CustomToolNamespace>
136       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
137     </None>
138   </ItemGroup>
139   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
140   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
141   <ProjectExtensions>
142     <VisualStudio>
143       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
144         <WebProjectProperties>
145           <UseIIS>False</UseIIS>
146           <AutoAssignPort>True</AutoAssignPort>
147           <DevelopmentServerPort>47196</DevelopmentServerPort>
148           <DevelopmentServerVPath>/</DevelopmentServerVPath>
149           <IISUrl>
150           </IISUrl>
151           <NTLMAuthentication>False</NTLMAuthentication>
152           <UseCustomServer>False</UseCustomServer>
153           <CustomServerUrl>
154           </CustomServerUrl>
155           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
156         </WebProjectProperties>
157       </FlavorProperties>
158     </VisualStudio>
159   </ProjectExtensions>
160   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
161        Other similar extension points exist, see Microsoft.Common.targets.
162   <Target Name="BeforeBuild">
163   </Target>
164   <Target Name="AfterBuild">
165   </Target>
166   -->
167 </Project>